home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 November: Tool Chest / Dev.CD Nov 00 TC Disk 1.toast / Tool Chest / Toolbox / GetHelpStrings / acur.h < prev    next >
Encoding:
Text File  |  1995-10-20  |  250 b   |  9 lines  |  [TEXT/CWIE]

  1. /* InitCursors - initialize our anuimated cursor structure
  2.  */
  3. void InitCursors(void);
  4. /* SpinCursor - transit the cursor to the next in the series.
  5.         delta should be 1 to go forward,
  6.         -1 to go backward
  7.  */
  8. void SpinCursor(short delta);
  9.